Persistent Wiki Artifact

Conceito Em desenvolvimento

Persistent Wiki Artifact

A persistent wiki artifact is the maintained Markdown layer between raw sources and future questions. In Karpathy’s LLM Wiki description, the agent reads source material, extracts key information, and integrates it into an interlinked wiki instead of only retrieving chunks at answer time: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f

Boundary Filled

The selected question explains that an LLM Wiki compounds knowledge, but it does not isolate the artifact as the unit of memory. This page makes that boundary explicit: memory is stored in files that can be browsed, linked, reviewed, and revised.

Extracted Claims

Implications for This Vault

  • The durable memory object is the page, not the chat turn.
  • The page needs frontmatter, stable title, wikilinks, and source URLs so later agents can inspect provenance.
  • The page should remain small enough to revise directly, because the LLM Wiki pattern depends on updating existing synthesis when new sources arrive: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f

Primary Sources